Conversion From Decimal To Binary


 
 
Concept Explanation
 

Conversion From Decimal To Binary

Converting from Decimal to Binary (Division - Remainder Technique)

The base of a binary number is 2. The following four steps are used to convert a number from decimal to binary

  • Step 1 : Divide the decimal number to be converted by 2 that is the value of the new base.
  • Step 2 : Record the remainder from Step 1 as the rightmost digit (least significant digit) of the new base number.
  • Step 3 : Divide the quotient of the previous divide by 2 that is the value of the new base.
  • Step 4 : Record the remainder from Step 3 as the next digit (to the left) of the new base number.
  • Repeat Step 3 and 4, recording remainder from right to left, unit the quotient becomes zero in Step 3. note that the last remainder thus obtained will be the most significant digit (MSD) of the new base number.

    Example :2

    25_1_0=?_2

    Solution :

    The given number is with base 10 and we are converting to base 2

  • Step 1 and 2 : 25/2 = 12 and remainder 1
  • Step 3 and 4 : 12/2  =  6 and remainder 0
  • .... (More Text Available, Login?)
     
     


    Students / Parents Reviews [20]